home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / ping_ai.swf / scripts / DefineButton2_49 / BUTTONCONDACTION on(release).as
Text File  |  2011-01-13  |  183b  |  9 lines

  1. on(release){
  2.    this._parent.left.k = 0.5;
  3.    this._parent.go = "yes";
  4.    this._parent.level = "three";
  5.    this._parent.filter = 28;
  6.    _root.ball.Begin();
  7.    _visible = 0;
  8. }
  9.